Dynamic Link Library
Смотреть что такое "Dynamic Link Library" в других словарях:
Dynamic link library — (DLL) bezeichnet allgemein eine Dynamische Bibliothek, meist bezieht sich der Begriff jedoch auf die unter dem Betriebssystem Microsoft Windows verwendete Variante. Windows DLL Dateien verwenden das auch für ausführbare Windows Programme… … Deutsch Wikipedia
dynamic link library — noun (computing) A collection of computer programs for common functions which can be called and relinquished by an application whenever needed, often called a DLL after the file name extension used • • • Main Entry: ↑dynamic … Useful english dictionary
Dynamic Link Library — Dynamic Link Library, DLL … Universal-Lexikon
Dynamic-link library — This article is about the OS/2 and Windows implementation. For dynamic linking of libraries in general, see Dynamic linker. Dynamic link library Filename extension .dll Internet media type application/x msd … Wikipedia
Dynamic-Link Library — Bibliothèque logicielle Pour les articles homonymes, voir Bibliothèque (homonymie) et DLL. En informatique, une bibliothèque ou librairie[1] logicielle (ou encore, bibliothèque de programmes) est un ensemble de fonctions utilitaires, regroupées… … Wikipédia en Français
Dynamic Link Library — Bibliothèque logicielle Pour les articles homonymes, voir Bibliothèque (homonymie) et DLL. En informatique, une bibliothèque ou librairie[1] logicielle (ou encore, bibliothèque de programmes) est un ensemble de fonctions utilitaires, regroupées… … Wikipédia en Français
Dynamic Link Library — Vorlage:Infobox Dateiformat/Wartung/MagischeZahl fehltVorlage:Infobox Dateiformat/Wartung/Standard fehltVorlage:Infobox Dateiformat/Wartung/Website fehlt Dynamic Link Library Dateiendung: .dll, .DLL MIME Type … Deutsch Wikipedia
dynamic-link library — dinaminė biblioteka statusas T sritis informatika apibrėžtis Į vieną failą sudėtas rinkinys ↑modulių (1), kuriais dinamiškai (kai jų prireikia) gali pasinaudoti kitos programos. Moduliai laikomi vykdymui parengtu pavidalu. Failo prievardis DLL.… … Enciklopedinis kompiuterijos žodynas
Dynamic Link Library — Abbreviated DLL. A program module that contains executable code and data that can be used by applications, or even by other DLLs, in performing a specific task. DLLs are used extensively throughout the family of Microsoft Windows products.… … Dictionary of networking
Dynamic Link Library — See DDL … IT glossary of terms, acronyms and abbreviations
Dynamic loading — is a mechanism by which a computer program can, at run time, load a library (or other binary) into memory, retrieve the addresses of functions and variables contained in the library, execute those functions or access those variables, and unload… … Wikipedia